Learn R Programming

pi0 (version 1.4-1)

clean.cdf, save.cdf and load.cdf : Saving, loading or removing pre-computed conditional cdf objects from memory or disk

Description

Saving, loading or removing pre-computed conditional cdf objects from memory or disk

Usage

save.cdf(path=getwd())
load.cdf(path=getwd())
clean.cdf(where=c("memory","disk","both"),path=getwd())

Arguments

where

Clean either memory or disk or both cdf objects

path

Character: path where pre-computed conditional cdf RData files are stored

Value

invisible logical status for save.cdf and clean.cdf. For load.cdf, a character string from load or a try-error object.

Details

The filename on the disk is .pi0cdfp.RData; the environment name is .pi0cdfp which contains the pre-computed conditional cdf objects. The environment itself is stored in global environment.

References

Ruppert, Nettleton, Hwang. 2007. Exploring the Information in $p$-values for the Analysis and Planning of Multiple-test Experiments. Biometrics. 63. 483-495.

See Also

cond.cdf